home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / ctcpmaster / ctcp-master.readme < prev    next >
Text File  |  1999-12-06  |  4KB  |  140 lines

  1.  
  2.                                 CTCP-Master v1.10
  3.                        by Roger Clark (kaedric@texas.net)
  4.  
  5.  
  6. What is it?
  7.  
  8. CTCP-Master  is  an  ARexx  add-on  script  for  AmIRC  2.x  and above that adds
  9. functions  found  on  most popular Bots.  This script originated from the source
  10. code of AmIRCOS a few years ago, and has grown and added many new features since
  11. then.  The script itself is uncompressed ARexx, so you can modify it if you want
  12. without  needing  to  "decrunch"  it.   All  I  ask  is  that  you  send  me any
  13. modifications that you make if you add new features to the script.
  14.  
  15. What does it do?
  16.  
  17. This  is the list of currently supported functions in CTCP-Master.  In order for
  18. you to use any of these commands locally, you must send yourself a /MSG with the
  19. command.   AmIRC  doesn't  return  your  text  to the ARexx port the same way it
  20. handles it from remote users.
  21.  
  22.   Host Functions:
  23.  
  24.     #AWAY
  25.       Displays an AWAY message and monitors /CTCP Page requests.
  26.  
  27.     #FAQADD
  28.       Adds a FAQ to the main FAQ listing.
  29.  
  30.     #FAQKILL
  31.       Removes a FAQ from the main FAQ listing.
  32.  
  33.     #FAQREAD
  34.       Re-reads the main FAQ listing if you edited it manually.
  35.  
  36.     #OPS
  37.       Add or Remove hostmasks from the Auto-OP list.
  38.  
  39.     #QUIT
  40.       Displays a random QUIT message from the CTCP-QuitMsgs file.
  41.  
  42.     #SHOWOPS
  43.       Shows all hostmasks being monitored for Auto-OP privledge.
  44.  
  45.     #SOUND
  46.       Opens a requestor to allow you to send a /CTCP Sound request to a user or
  47.       channel.
  48.  
  49.     #STOP
  50.       Signals CTCP-Master to exit.
  51.  
  52.   Remote User Functions:
  53.  
  54.     /CTCP Commands:
  55.  
  56.       PAGE
  57.         Plays a soundfile when you are paged.
  58.  
  59.       PING
  60.         Sends a random reply to PING requests.
  61.  
  62.       SOUND
  63.         Handles SOUND requests, including auto-requesting files that are not on
  64.         your computer.
  65.  
  66.       USERINFO
  67.         Displays an enhanced USERINFO message.
  68.  
  69.   Trigger Commands:
  70.  
  71.     The  trigger  is  user-defineable  in the CTCP-Master.cfg file.  The default
  72.     trigger is the exclamation point.
  73.  
  74.       !CALC
  75.         Performs basic math functions and returns the result.
  76.         Note: Currently no error checking is done to be sure the argument
  77.               is a valid mathematical function.
  78.  
  79.       !CONVERT
  80.         Converts between various units of measurements.
  81.  
  82.       !COUNTRY
  83.         Displays ISO <--> Normal country code translations.
  84.         Example: GB is the ISO country code for Great Britain.
  85.  
  86.       !DNS
  87.         Performs a DNS lookup on the given hostname or IP address.
  88.         Using the -s switch, you can look up Port/Service information as well.
  89.  
  90.       !EXCHANGE (or !CURRENCY)
  91.         Displays current international currency exchange rates as reported
  92.         by http://www.xe.net/ucc
  93.  
  94.       !FAQ
  95.         Lists the name and decription of a selected FAQ, or lists available FAQs
  96.         if none is specified.
  97.  
  98.       !FAQADD
  99.         Lets remote users add FAQ topics to the main FAQ listing.
  100.  
  101.       !FIND
  102.         Searches Aminet for the specified text.
  103.  
  104.       !LAST
  105.         Returns the last known /QUIT message for the selected user.
  106.  
  107.       !MONTH
  108.         Sends an ASCII calendar to the remote user.
  109.  
  110.       !SEEN
  111.         Lists when a user was last seen on the current channel, or any channel
  112.         you may be joined to at the time of the request.
  113.  
  114.       !SHOWCOMMANDS
  115.         Displays a listing of all avaiable commands supported by CTCP-Master.
  116.  
  117.       !TEMP
  118.         Will display the current temperature for the given city or US Zip Code.
  119.         Most International sities are supported.  This function will query the
  120.         database at http://www.wunderground.com for weather information.
  121.  
  122.       !TIME
  123.         Displays current time as GMT.
  124.  
  125.       !TRANSLATE
  126.         Allows you to get translations of text.  Supports English to/from
  127.         Spanish, French, German, Protuguese, Italian.
  128.       !ZIP
  129.         Will display the corresponding US city for the supplied ZIP Code.
  130.  
  131. Installing the script:
  132.  
  133. Simply   unarc   the   files  into  the  AmIRC:Rexx/  directory,  and  edit  the
  134. CTCP-Master.cfg  file  to show your personal information.  You can also edit the
  135. CTCP-Master.pings  file if you wish to add/change/delete any of the default ping
  136. responses.
  137.  
  138. Optionally,  you  can  rename  CTCP-Master.amirx  to Connected.amirx and it will
  139. start as soon as you connect to a Server.
  140.